home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 9153 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.ios.com!usenet
  2. From: larrymb@gramercy.ios.com (UNREGISTERED VERSION)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Running 68k software on 68030
  5. Date: 21 Mar 1996 23:42:50 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <1200.6654T996T1885@gramercy.ios.com>
  8. References: <4ic9m9$jik@nz12.rz.uni-karlsruhe.de> <4icj2q$ec3@PEAK.ORG> <4ighjd$j65@nz12.rz.uni-karlsruhe.de>
  9. NNTP-Posting-Host: ppp-50.ts-6.hck.idt.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >As I am no hardware programming guru I can't say if the parallel port is
  13. >among them. Here they are:
  14. >BFD000, BFD200, BFE001, BFE101, BFE301, BFEC01, DFF09A
  15. >I would guess that at least some of the BF... addresses are for mouse
  16. >input.
  17. >Can anyone confirm that the parallel port is directly accessed and point
  18. >out which of these addresses are used therefore.
  19.    DFF09A - interupt control register.
  20.  
  21.    BFD000,BFE001 - CIA-B/CIA-A port register A.
  22.    BFD200  Data direction register.
  23.     well etc. all CIA registers, BFEC01 is serial port register.
  24.  
  25. >Furthermore, what are the differences between the parallel port of the
  26. >A3000 and other Amigas. What kind of changes do I have to make?
  27.  Well just listing those registers isn't enough to help.
  28.  
  29. Also, I have never heard that the A3000 had different PPORT registrs.
  30.  
  31.  What program are talking about anyway? If it is a digitizer then it may be
  32. that the electrical levels, grounding and the like might be a bit different I
  33. suppose.
  34.  
  35. >PS: I never dealt with disassemblers on the Amiga before. Which is the best
  36. >one? What is the best disassembler/assembler combination?
  37.  Macro68 is very good and the dissasembler by the same company is easily the
  38. best.
  39.  
  40.